<* = call ( getResourceFromName("ajax"), "start", getResourceName(getThisResource()) ) *>

Back

Home
 
 
<* local table = call ( getThisResource(), "httpGetMenuItems" ) for name, section in pairs ( table ) do httpWrite ( "" ) local total = #section local i = 1 while ( i <= total ) do httpWrite ( "" ) httpWrite ( "" ) if ( i < total ) then i = i + 1 httpWrite ( "" ) end httpWrite ( "" ) i = i + 1 end end *>